home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / Expander / Sample Source / main.cp < prev    next >
Encoding:
Text File  |  1994-11-30  |  451 b   |  24 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  main.cp
  3.  
  4.                 Main Program
  5.     
  6.     Copyright © 1994 My Software Inc. All rights reserved.
  7.  
  8.     Generated by Visual Architect™ 9:40 PM Wed, Jun 8, 1994
  9.  
  10.  ******************************************************************************/
  11.  
  12.  
  13. #include "CApp.h"
  14.  
  15. void main()
  16.  
  17. {
  18.     CApp    *application = TCL_NEW(CApp,());
  19.     
  20.     application->ICApp();
  21.     application->Run();
  22.     application->Exit();
  23. }
  24.